home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / libepc-ui-1.0-2 / README < prev   
Encoding:
Text File  |  2009-09-04  |  2.2 KB  |  81 lines

  1. Publish and Consume Library
  2. Copyright (C) 2007, 2008  Openismus GmbH
  3.  
  4. ABSTRACT
  5. ========
  6.  
  7. The Easy Publish and Consume library provides an easy method to:
  8.  
  9.     * publish data per HTTPS
  10.     * announce that information via DNS-SD
  11.     * find that information
  12.     * and finally consume it
  13.  
  14. You can use this library as key/value store published to the network,
  15. using encryption, authentication and service discovery.
  16.  
  17. REQUIREMENTS
  18. ============
  19.  
  20. The libepc library depends on:
  21.  
  22.     * avahi-client >= 0.6
  23.     * avahi-glib   >= 0.6
  24.     * glib         >= 2.12
  25.     * gmodule-2.0  >= 2.0
  26.     * gobject      >= 2.4
  27.     * gnutls       >= 1.4
  28.     * libsoup      >= 2.2
  29.     * libuuid      >= 0.36 [1]
  30.  
  31. Additionally libepc-ui uses:
  32.  
  33.     * gtk+         >= 2.10
  34.  
  35. And finally the examples need:
  36.  
  37.     * avahi-ui     >= 0.6
  38.  
  39.  
  40.   [1] NOTICE: Currently Debian, Ubuntu and derivates have the development
  41.       files of libuuid in the "uuid-dev" package instead of "libuuid-dev",
  42.       which would be the expected package name (IMHO). Well, but surprisingly
  43.       there are no naming conventions for development packages, as I was told
  44.       on #debian-devel.
  45.  
  46. SOURCE CODE
  47. ===========
  48.  
  49.     * Examples:   http://svn.gnome.org/viewvc/libepc/trunk/examples/
  50.     * Tarballs:   http://ftp.gnome.org/pub/gnome/sources/libepc/
  51.     * Subversion: http://svn.gnome.org/svn/libepc/trunk/
  52.  
  53. BUG REPORTS
  54. ===========
  55.  
  56.     * http://bugzilla.gnome.org/enter_bug.cgi?product=libepc
  57.  
  58. PROJECTS USING THE LIBRARY
  59. ==========================
  60.  
  61.  * Glom - http://www.glom.org/
  62.    Database designer and user interface 
  63.  
  64. LICENSE
  65. =======
  66.  
  67. This library is free software; you can redistribute it and/or
  68. modify it under the terms of the GNU Lesser General Public
  69. License as published by the Free Software Foundation; either
  70. version 2.1 of the License, or (at your option) any later version.
  71.  
  72. This library is distributed in the hope that it will be useful,
  73. but WITHOUT ANY WARRANTY; without even the implied warranty of
  74. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  75. Lesser General Public License for more details.
  76.  
  77. You should have received a copy of the GNU Lesser General Public
  78. License along with this library; if not, write to the Free Software
  79. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  80.  
  81.